Chatroom TCP / IP Server / Client AES Encryption
- Type:
- Applications > UNIX
- Files:
- 1
- Size:
- 8.91 KB
- Tag(s):
- chatroom encryption aes client server room private computing network socket
- Uploaded:
- Oct 10, 2014
- By:
- juanjo88
This is a chat system composed of a TCP/IP server daemon in C and its corresponding java client. You can chat with other peers in clear text or AES password based encryption on your own computer network. The AES password encryption and decryption functions is based on 128 bit key which is padded using SHA-256 applied to the provided password. Further details with instructions in README file.